projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
744f19c
)
Update Android port
author
Po Lu
<luangruo@yahoo.com>
Tue, 28 Feb 2023 10:20:05 +0000
(18:20 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 28 Feb 2023 10:20:05 +0000
(18:20 +0800)
* src/sfnt.c (main):
* src/sfntfont.c (sfntfont_get_glyph_outline): Remove outdated
comment.
src/sfnt.c
patch
|
blob
|
history
src/sfntfont.c
patch
|
blob
|
history
diff --git
a/src/sfnt.c
b/src/sfnt.c
index 6d9d63db165bb44aacd9a9481faf5e6b8ecdd662..329e09261bdcbcdef9344d916657bd14e29db194 100644
(file)
--- a/
src/sfnt.c
+++ b/
src/sfnt.c
@@
-15641,8
+15641,8
@@
main (int argc, char **argv)
data[i]->format);
}
-#define FANCY_PPEM
40
-#define EASY_PPEM
40
+#define FANCY_PPEM
12
+#define EASY_PPEM
12
interpreter = NULL;
head = sfnt_read_head_table (fd, font);
diff --git
a/src/sfntfont.c
b/src/sfntfont.c
index f38dc904dc21c164d359cd9048b1d59d9664eb64..e8e437072d97f02cbb56bbd0cd4ad0e071d44448 100644
(file)
--- a/
src/sfntfont.c
+++ b/
src/sfntfont.c
@@
-1692,8
+1692,7
@@
sfntfont_get_glyph_outline (sfnt_glyph glyph_code,
if (!glyph)
return NULL;
- /* Try to instruct the glyph if INTERPRETER is specified.
- TODO: support compound glyphs. */
+ /* Try to instruct the glyph if INTERPRETER is specified. */
outline = NULL;